web3.js@0.2x.x web3.fromDecimal
web3.fromDecimal(number)
Number γΎγŸγ―ζ•°ε€€γ‚’θ‘¨γ™ζ–‡ε­—εˆ—γ‚’ HEX ζ–‡ε­—εˆ—γ«ε€‰ζ›γ—γΎγ™γ€‚
パラパータ
Number|String
ζ•°ε€€γΎγŸγ―ζ•°ε€€γ‚’θ‘¨γ™ζ–‡ε­—εˆ—
ζˆ»γ‚Šε€€
String
HEXζ–‡ε­—εˆ—
ァンプルコード
code:example.js
var value = web3.fromDecimal('21');
console.log(value); // "0x15"
参考
https://github.com/ethereum/wiki/wiki/JavaScript-API#web3fromdecimal
#web3.js@0.2x.x #web3.js